home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / filesy~1 / mfsdefrg.zoo / INSTALL < prev    next >
Encoding:
Text File  |  1992-12-23  |  556 b   |  15 lines

  1. Installation:
  2.  
  3. There isn't much to configure.  If you really want to change the
  4. default pool size, edit the definition of int pool_size near the top
  5. of buffers.c (currently 512).
  6.  
  7. Edit the Makefile if you want to change compiler options.  You can add
  8. in the -DNODEBUG define if you like; it will compile out the -d (debug
  9. mode) switch from [e]defrag, and will also omit the run-time consistency
  10. checks.
  11.  
  12. Just type "make" (or "make dep; make" if your include files aren't in
  13. the same place as mine).  You will have to copy the executables to
  14. /bin yourself.
  15.